home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
powarc920cz.exe
/
{app}
/
POWERARC.EXE
/
0
/
RCDATA
/
TCONTADDFORM
/
TCONTADDFORM.txt
Wrap
Text File
|
2005-03-06
|
8KB
|
397 lines
object ContAddForm: TContAddForm
Left = 498
Top = 111
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = 'Add'
ClientHeight = 529
ClientWidth = 383
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 132
Width = 34
Height = 13
Caption = '&Action:'
FocusControl = ComboBox1
end
object Label4: TLabel
Left = 8
Top = 176
Width = 225
Height = 15
AutoSize = False
Caption = 'Compressio&n:'
FocusControl = ComboBox2
end
object Label1: TTntLabel
Left = 8
Top = 6
Width = 273
Height = 17
AutoSize = False
ShowAccelChar = False
Transparent = True
end
object Label8: TLabel
Left = 8
Top = 388
Width = 34
Height = 13
Caption = 'Profile:'
end
object Label9: TLabel
Left = 288
Top = 456
Width = 74
Height = 13
Caption = 'ZIP Encryption:'
end
object GroupBox1: TGroupBox
Left = 8
Top = 24
Width = 273
Height = 64
TabOrder = 0
object Label2: TLabel
Left = 8
Top = 16
Width = 217
Height = 13
AutoSize = False
Caption = 'A&dd to archive:'
FocusControl = Edit1
end
object Edit1: TEdit
Left = 8
Top = 32
Width = 201
Height = 21
TabOrder = 0
Text = 'Edit1'
OnExit = Edit1Exit
end
object Button3: TButton
Left = 213
Top = 32
Width = 55
Height = 21
Caption = '&Browse'
TabOrder = 1
OnClick = Button3Click
end
end
object ComboBox1: TComboBox
Left = 8
Top = 148
Width = 273
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Add (and replace) files'
'Freshen existing files'
'Move files'
'Update (and add) files')
end
object ComboBox2: TComboBox
Left = 8
Top = 192
Width = 273
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox2Change
Items.Strings = (
'Maximum (slowest)'
'Normal'
'Fast'
'Super fast'
'None')
end
object GroupBox3: TGroupBox
Left = 8
Top = 217
Width = 273
Height = 161
TabOrder = 4
object CheckBox2: TCheckBox
Left = 8
Top = 12
Width = 233
Height = 17
Caption = 'Include &system and hidden files'
Checked = True
State = cbChecked
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 8
Top = 32
Width = 233
Height = 17
Caption = 'Save &full folder info'
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 8
Top = 116
Width = 233
Height = 17
Caption = 'Encrypt archi&ve (.PAE)'
TabOrder = 5
OnClick = CheckBox3Click
end
object CheckBox4: TCheckBox
Left = 8
Top = 53
Width = 233
Height = 17
Caption = 'Write &directly into ZIP '
TabOrder = 2
end
object CheckBox5: TCheckBox
Left = 8
Top = 95
Width = 233
Height = 17
Caption = 'Make large ZIP file (over &4 GB) '
TabOrder = 4
end
object ElCheckBox1: TCheckBox
Left = 8
Top = 74
Width = 233
Height = 17
Caption = 'Use Deflate&64 compression'
TabOrder = 3
end
object CheckBox6: TCheckBox
Left = 8
Top = 137
Width = 233
Height = 17
Caption = 'Create Solid Archive'
TabOrder = 6
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 407
Width = 273
Height = 119
Caption = ' &Multiple disk s&panning '
TabOrder = 5
object Label5: TLabel
Left = 8
Top = 47
Width = 87
Height = 13
Caption = 'Ma&x. Volume Size:'
FocusControl = Edit971
end
object Label7: TLabel
Left = 232
Top = 49
Width = 32
Height = 13
Caption = 'kbytes'
end
object Label6: TLabel
Left = 8
Top = 71
Width = 30
Height = 13
Caption = '&Mode:'
FocusControl = ComboBox4
end
object Edit971: TEdit
Left = 112
Top = 43
Width = 113
Height = 21
AutoSize = False
TabOrder = 0
Text = '1440'
end
object Combobox3: TComboBox
Left = 8
Top = 17
Width = 257
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnChange = ComboBox3Change
Items.Strings = (
'Automatic'
'1.2 MB'
'1.4 MB'
'2.8 MB'
'Zip 100 Disk (100 MB)'
'Zip 200 Disk (200 MB)'
'CD-ROM (650 MB)'
'CD-ROM (700 MB)'
'Custom'
'No spanning...')
end
object CheckBox7: TCheckBox
Left = 8
Top = 93
Width = 109
Height = 17
Caption = 'F&ormat target disk '
TabOrder = 2
end
object ComboBox4: TComboBox
Left = 127
Top = 67
Width = 138
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox3Change
Items.Strings = (
'PkZip 4.5 Compatible'
'PkZip/PA 7.0 Compatible'
'PA (<=6.1x) Compatible')
end
object ComboBox5: TComboBox
Left = 144
Top = 92
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
Items.Strings = (
'Quick'
'Full')
end
end
object CompMode: TRadioGroup
Left = 8
Top = 88
Width = 273
Height = 41
Columns = 6
Items.Strings = (
'ZIP'
'7Z'
'CAB'
'LHA'
'BH'
'TAR')
TabOrder = 1
OnClick = CompModeClick
end
object Button1: TButton
Left = 288
Top = 8
Width = 89
Height = 25
Caption = '&Add'
Default = True
TabOrder = 7
OnClick = Button1Click
end
object CorelButton2: TButton
Left = 288
Top = 40
Width = 89
Height = 25
Caption = 'Add && E-&mail'
TabOrder = 8
OnClick = CorelButton2Click
end
object CorelButton3: TButton
Left = 288
Top = 72
Width = 89
Height = 25
Caption = 'Add && F&tp'
TabOrder = 9
OnClick = CorelButton3Click
end
object Button2: TButton
Left = 288
Top = 104
Width = 89
Height = 25
Caption = '&Cancel'
TabOrder = 10
OnClick = Button2Click
end
object CorelButton1: TButton
Left = 288
Top = 501
Width = 89
Height = 25
Caption = '&Password...'
TabOrder = 12
OnClick = CorelButton1Click
end
object Button4: TButton
Left = 288
Top = 136
Width = 89
Height = 25
Caption = '&Help'
TabOrder = 11
OnClick = Button4Click
end
object ComboBox6: TComboBox
Left = 51
Top = 384
Width = 231
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 6
OnChange = ComboBox6Change
end
object ComboBox7: TComboBox
Left = 288
Top = 472
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 13
OnChange = ComboBox7Change
Items.Strings = (
'Disabled'
'PK v2.04g'
'PK AES-128 bits'
'PK AES-192 bits'
'PK AES-256 bits')
end
object NewBox: TOpenDialog
Filter =
'ZIP file|*.zip|7-ZIP file|*.7z|LHA file|*.lzh;*.lha|CAB file|*.c' +
'ab|BH (BlakHole) file|*.bh|TAR (GZIPed TAR, BZIPed TAR)|*.tar;*.' +
'tar.bz2;*.tar.bz;*.tbz;*.tgz;*.tbz2;*.tar.gz;*.taz;*.tar.z|All a' +
'rchives (ZIP - default, 7-ZIP, LHA, CAB, TAR, BH)|*.zip;*.lzh;*.' +
'lha;*.cab;*.bh;*.tar;*.tar.bz2;*.tar.bz;*.tbz;*.tgz;*.tbz2;*.tar' +
'.gz;*.taz;*.tar.z;*.7z'
FilterIndex = 7
Options = [ofHideReadOnly, ofPathMustExist]
Title = 'Find Archive...'
Left = 278
Top = 161
end
end